projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
511415f
)
* ; Add a TODO for a future optimization
author
AndreaCorallo
<akrl@sdf.org>
Tue, 25 Feb 2020 22:41:59 +0000
(22:41 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 26 Feb 2020 12:57:45 +0000
(12:57 +0000)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d34ff3c0c89f8baf295703d7c234631575ec1365..3c993c5c935918943ba179039700e3558368d475 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1973,6
+1973,9
@@
Prepare every function for final compilation and drive the C back-end."
(comp-data-container-check (comp-ctxt-d-default comp-ctxt))
(comp-data-container-check (comp-ctxt-d-impure comp-ctxt))
(comp-data-container-check (comp-ctxt-d-ephemeral comp-ctxt))
+ ;; TODO: here we could optimize cleaning up objects present in the
+ ;; impure and or in the ephemeral container that are also in the
+ ;; default one.
(unless comp-dry-run
(comp--compile-ctxt-to-file name)))